.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,iframe,object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

/*! ==========================================================================
   Custom styles
   ========================================================================== */html {
    font-family: "Lato","El Messiri",sans-serif;
    background-color: #fff;
    color: #003d6a
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

h1 {
    font-family: "Lato","El Messiri",sans-serif;
    font-weight: 300
}

h1:first-child {
    margin-top: 0
}

h2 {
    font-family: "Lato","El Messiri",sans-serif;
    font-weight: 300
}

h2:first-child {
    margin-top: 0
}

h3 {
    font-family: "Lato","El Messiri",sans-serif;
    font-weight: 300
}

h3:first-child {
    margin-top: 0
}

h4 {
    font-family: "Lato","El Messiri",sans-serif;
    font-weight: 300
}

h4:first-child {
    margin-top: 0
}

h5 {
    font-family: "Lato","El Messiri",sans-serif;
    font-weight: 300
}

h5:first-child {
    margin-top: 0
}

h6 {
    font-family: "Lato","El Messiri",sans-serif;
    font-weight: 300
}

h6:first-child {
    margin-top: 0
}

.h1,h1 {
    font-size: 4.2rem
}

@media only screen and (max-width:600px) {
    .h1,h1 {
        font-size: 3.5rem
    }
}

.h2,h2 {
    font-size: 3.56rem
}

@media only screen and (max-width:600px) {
    .h2,h2 {
        font-size: 3rem
    }
}

.h3,h3 {
    font-size: 2.92rem
}

@media only screen and (max-width:600px) {
    .h3,h3 {
        font-size: 2.5rem
    }
}

.h4,h4 {
    font-size: 2rem
}

@media only screen and (max-width:600px) {
    .h4,h4 {
        font-size: 1.8rem
    }
}

.h5,h5 {
    font-size: 1.5rem;
    font-weight: 400
}

@media only screen and (max-width:600px) {
    .h5,h5 {
        font-size: 1.2rem
    }
}

p {
    margin: 20px 0
}

p:last-child {
    margin-bottom: 0
}

a {
    color: #66a8d8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

a:hover {
    color: #c3dff4
}

@media only screen and (min-width:993px) {
    .container {
        width: 85%
    }
}

.site-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media only screen and (min-width:993px) {
    .navbar-fixed {
        height: 110px
    }
}

.preloader {
    position: fixed;
    z-index: 9999;
    background: #fff;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.preloader img {
    max-width: 100px;
    height: auto
}

nav {
    background-color: #fff;
    box-shadow: 0 5px 50px 0 rgba(0,0,0,.15)
}

nav,nav .brand-logo {
    height: 110px;
    line-height: 110px
}

nav .brand-logo {
    display: block
}

nav .brand-logo img {
    display: inline-block;
    height: 110px;
    padding: 25px 0;
    width: auto;
    max-width: none
}

nav ul li a {
    color: #003d6a;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    position: relative
}

nav ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #003d6a;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

nav ul li a.active,nav ul li a:hover {
    color: #66a8d8;
    background: none
}

nav ul li a.active:before,nav ul li a:hover:before {
    height: 5px;
    opacity: 1
}

nav a.button-collapse i {
    font-size: 2rem
}

@media only screen and (min-width:993px) {
    nav,nav .nav-wrapper i,nav a.button-collapse,nav a.button-collapse i {
        height: 110px;
        line-height: 110px
    }
}

@media only screen and (max-width:992px) {
    nav,nav .nav-wrapper i,nav a.button-collapse,nav a.button-collapse i {
        height: 110px;
        line-height: 110px
    }

    nav .button-collapse {
        margin-left: 0
    }
}

@media only screen and (max-width:600px) {
    nav,nav .brand-logo {
        height: 73.33333px;
        line-height: 73.33333px
    }

    nav .brand-logo img {
        height: 73.33333px;
        padding: 15px 0
    }

    nav .nav-wrapper i,nav a.button-collapse,nav a.button-collapse i {
        height: 73.33333px;
        line-height: 73.33333px
    }
}

.page-template-template-home header {
    height: 0
}

.page-template-template-home.scrolled header nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.page-template-template-home nav {
    background-color: rgba(0,17,30,.7)
}

@media only screen and (min-width:993px) {
    .page-template-template-home nav {
        -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
        transform: translateY(-110%);
        -webkit-transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out
    }
}

.page-template-template-home nav ul li a {
    color: #fff
}

.page-template-template-home nav ul li a:before {
    background-color: #fff
}

.page-template-template-home nav ul li a.active,.page-template-template-home nav ul li a:hover {
    color: #c3dff4
}

.page-template-template-home footer.page-footer {
    margin-top: 0
}

.section {
    padding: 80px 0;
    position: relative
}

.section .scrollspy {
    position: absolute;
    top: -110px;
    left: 0;
    visibility: hidden
}

@media only screen and (max-width:600px) {
    .section {
        padding: 40px 0
    }

    .section .scrollspy {
        top: -73.33333px
    }
}

.same-height-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:600px) {
    .same-height-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.read_more {
    color: #003d6a;
    font-size: 1.4em;
    font-weight: 400;
    position: relative;
    margin-top: 40px;
    padding: 20px 0;
    display: inline-block
}

.read_more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 60px;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    background-color: #003d6a
}

.read_more:hover {
    color: #003d6a
}

.read_more:hover:before {
    width: 100%
}

.read_more.light {
    color: #fff
}

.read_more.light:before {
    background-color: #fff
}

.read_more.light:hover {
    color: #fff
}

.read_more.center:before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main-section {
    min-height: 100vh;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-section nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2)
}

.main-section .content-img {
    max-width: 140px;
    display: block;
    margin: 0 auto
}

@media only screen and (min-width:993px) {
    .main-section {
        padding: 0
    }
}

.aboutus-section {
    padding: 0
}

.aboutus-section>.row {
    margin-bottom: 0
}

.aboutus-section .about_desc {
    padding: 80px 40px
}

.aboutus-section .about_desc p {
    font-size: 1.3rem;
    font-weight: 300
}

@media only screen and (max-width:600px) {
    .aboutus-section .about_desc {
        padding: 40px 1.5rem
    }
}

.aboutus-section .aboutbg_div {
    padding: 0
}

.aboutus-section .aboutbg_div .parallax-container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 80px 40px
}

@media only screen and (max-width:600px) {
    .aboutus-section .aboutbg_div .parallax-container {
        padding: 40px .75rem
    }
}

.aboutus-section .aboutbg_div .parallax-container .parallax {
    background-color: #66a8d8
}

.parallax-container {
    min-height: 300px;
    height: auto
}

.message-section {
    color: #fff;
    padding: 0
}

.message-section .hide-on-large-only img {
    margin: 20px 0;
    display: block;
    max-width: 320px;
    width: 100%;
    height: auto
}

.message-section .parallax-container .parallax {
    background-color: #003d6a
}

.message-section .parallax-container>.row {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .message-section .parallax-container {
        padding: 80px 40px
    }
}

@media only screen and (max-width:600px) {
    .message-section .parallax-container {
        padding: 40px .75rem
    }
}

.message-section .description {
    padding: 80px 40px;
    position: relative
}

.message-section .description p {
    font-size: 1.3rem;
    font-weight: 300
}

.message-section .description .editor-content {
    position: relative
}

.message-section .description .editor-content:before {
    content: url(framework/dist/img/quote.png);
    position: absolute;
    top: -30px;
    left: -20px;
    width: 160px;
    height: auto;
    opacity: .9;
    z-index: -1
}

.message-section .featured-img {
    height: 100%;
    width: 85%;
    max-width: 360px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.capabilities-section {
    padding: 0
}

.capabilities-section .parallax-container>.row {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .capabilities-section .parallax-container {
        padding: 80px 15px
    }
}

@media only screen and (max-width:600px) {
    .capabilities-section .parallax-container {
        padding: 40px 0
    }
}

.capabilities-section .parallax-container .parallax {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.capabilities-section .parallax-container .parallax.show {
    opacity: 1;
    visibility: visible
}

.capabilities-section .tabsdiv {
    padding-left: 0
}

.capabilities-section .collapsible.popout {
    margin: 20px 0
}

.capabilities-section .collapsible.popout li:first-child .collapsible-header a {
    font-size: 3rem;
    padding-left: 40px
}

.capabilities-section .collapsible.popout li:first-child .collapsible-header a i {
    font-size: 3.5rem
}

@media only screen and (max-width:600px) {
    .capabilities-section .collapsible.popout li:first-child .collapsible-header a {
        font-size: 2rem;
        padding-left: 20px
    }

    .capabilities-section .collapsible.popout li:first-child .collapsible-header a i {
        font-size: 30px
    }
}

.capabilities-section .collapsible.popout li {
    margin-left: 0;
    margin-right: 0
}

.capabilities-section .collapsible-body {
    padding: 40px
}

@media only screen and (max-width:600px) {
    .capabilities-section .collapsible-body {
        padding: 20px
    }
}

.capabilities-section .collapsible-header a {
    width: 100%;
    display: block;
    padding: 60px 80px;
    padding-left: 120px;
    white-space: normal;
    font-size: 2rem;
    font-weight: 300;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.capabilities-section .collapsible-header a img {
    display: inline-block;
    margin-right: 40px;
    max-width: 50px;
    height: auto;
    left: 40px
}

.capabilities-section .collapsible-header a i,.capabilities-section .collapsible-header a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.capabilities-section .collapsible-header a i {
    color: #fff;
    font-size: 3rem;
    right: 40px
}

@media only screen and (max-width:600px) {
    .capabilities-section .collapsible-header a {
        padding: 20px 60px;
        padding-left: 60px;
        font-size: 1.3rem
    }

    .capabilities-section .collapsible-header a img {
        max-width: 25px;
        left: 20px;
        margin-right: 20px
    }

    .capabilities-section .collapsible-header a i {
        right: 20px;
        font-size: 1.2rem;
        margin: 0
    }
}

.tabs {
    height: 100%;
    background-color: transparent;
    overflow-x: hidden
}

.tabs ul {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 100%
}

.tabs ul,.tabs ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tabs ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.tabs ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 60px 80px;
    padding-left: 120px;
    white-space: normal;
    background-color: rgba(0,61,106,.4);
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 1px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.tabs ul li a img {
    display: inline-block;
    margin-right: 40px;
    max-width: 50px;
    height: auto;
    left: 40px
}

.tabs ul li a img,.tabs ul li i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tabs ul li i {
    color: #fff;
    font-size: 2rem;
    right: 40px
}

.tabs ul li.active a {
    background-color: rgba(0,61,106,.5)
}

#tabcontents {
    padding: 60px 40px 300px
}

.tab-content p {
    font-size: 1.3rem;
    font-weight: 300
}

.collapsible.popout .collapsible-header {
    padding: 0;
    background-color: rgba(0,17,30,.3);
    margin-bottom: 5px;
    border: none
}

.collapsible.popout .collapsible-header a,.collapsible.popout .collapsible-header i {
    color: #fff
}

.collapsible.popout .collapsible-body {
    background-color: #fff
}

.collapsible.popout .collapsible-body p {
    padding: 10px 0
}

.gallery-section {
    padding: 0
}

.gallery-section .row:last-child {
    margin-bottom: 0
}

.gallery-section .headouterdiv {
    padding: 80px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:601px) {
    .gallery-section .headouterdiv .h1,.gallery-section .headouterdiv h4 {
        margin-bottom: 0
    }
}

.projects-grid .col {
    padding: 0
}

.projects-grid .grid-item .project-item {
    display: block;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 500px;
    overflow: hidden
}

.projects-grid .grid-item .project-item .description {
    padding: 30px;
    background-color: rgba(0,61,106,.3);
    width: 100%;
    min-height: 100%;
    color: #fff;
    -webkit-transition: min-height .3s ease,background-color .5s ease-in-out;
    transition: min-height .3s ease,background-color .5s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.projects-grid .grid-item .project-item .description .content {
    opacity: 0;
    visibility: hidden;
    padding-right: 40px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.projects-grid .grid-item .project-item .description .content .title {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px
}

.projects-grid .grid-item .project-item .description .content .subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0
}

.projects-grid .grid-item .project-item .description i {
    font-size: 3rem;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.projects-grid .grid-item .project-item:hover .description {
    min-height: 20%;
    background-color: rgba(0,61,106,.8)
}

.projects-grid .grid-item .project-item:hover .description .content {
    opacity: 1;
    visibility: visible
}

.projects-grid .grid-item .project-item:hover .bg {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media only screen and (max-width:600px) {
    .projects-grid .grid-item .project-item {
        height: 250px!important
    }

    .projects-grid .grid-item .project-item .description {
        padding: 15px
    }

    .projects-grid .grid-item .project-item .description .content {
        padding-right: 20px
    }

    .projects-grid .grid-item .project-item .description .content .title {
        font-size: 1.2rem
    }

    .projects-grid .grid-item .project-item .description .content .subtitle {
        font-size: 1rem
    }

    .projects-grid .grid-item .project-item .description i {
        font-size: 1.3rem;
        right: 10px
    }
}

.projects-grid .grid-item .bg {
    width: 100%;
    height: 100%;
    background-color: #c3dff4;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-filter .5s ease-in-out,-webkit-transform 5s ease-in-out;
    transition: -webkit-filter .5s ease-in-out,-webkit-transform 5s ease-in-out;
    transition: filter .5s ease-in-out,transform 5s ease-in-out;
    transition: filter .5s ease-in-out,transform 5s ease-in-out,-webkit-filter .5s ease-in-out,-webkit-transform 5s ease-in-out
}

.projects-grid .grid-item.portrait .project-item {
    height: 600px
}

.projects-grid .grid-item.landscape .project-item {
    height: 400px
}

.sustainability-section {
    padding: 0;
    color: #fff
}

.sustainability-section .parallax-container {
    padding: 80px 0 40px
}

.sustainability-section .parallax-container .parallax {
    background-color: #003d6a
}

.sustainability-section h2 {
    text-align: center
}

.sustainability-section .row:last-child {
    margin-bottom: 0
}

.sustainability-section .sustainability_content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sustainability-section .sustainability_content .divcontent {
    padding: 0 40px;
    text-align: center;
    margin: 40px 0
}

.sustainability-section .img_circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    margin: 0 auto;
    border-radius: 50%
}

.sustainability-section .img_circle img {
    margin: 0 auto;
    max-width: 64px
}

.map-section {
    padding: 0;
    background-color: #c3dff4
}

#map {
    width: 100%;
    height: 350px
}

@media only screen and (max-width:600px) {
    #map {
        height: 450px
    }
}

footer.page-footer {
    margin-top: 40px;
    padding: 60px 0 20px;
    background-color: #fff;
    color: #003d6a;
    box-shadow: 0 5px 50px 0 rgba(0,0,0,.15)
}

footer.page-footer .footer-title {
    padding-bottom: 20px;
    border-bottom: 3px solid;
    margin-bottom: 30px
}

footer.page-footer .footer-logo {
    max-width: 100%;
    height: auto
}

@media only screen and (min-width:993px) {
    footer.page-footer .footer-logo {
        width: auto;
        height: 70px;
        margin-top: 10px
    }
}

footer.page-footer address {
    font-style: normal
}

footer.page-footer dl dt {
    float: left;
    margin: 0 8px 0 0
}

@media only screen and (min-width:601px) {
    footer.page-footer dl {
        margin: 0
    }
}

footer.page-footer dl a:hover {
    color: #003d6a
}

footer.page-footer .social_icons {
    margin-bottom: 0
}

footer.page-footer .social_icons ul {
    margin: 0
}

footer.page-footer .social_icons ul li {
    display: inline-block;
    margin-right: 20px
}

@media only screen and (min-width:993px) {
    footer.page-footer .social_icons ul li {
        margin-left: 20px;
        margin-right: 0
    }
}

@media only screen and (min-width:993px) {
    footer.page-footer .social_icons ul {
        text-align: right
    }
}

footer.page-footer .social_icons img {
    max-width: 20px;
    display: inline-block;
    vertical-align: middle
}

footer.page-footer .footer_menu li {
    display: inline-block;
    margin: 5px;
    margin-left: 0
}

footer.page-footer .footer_menu li a {
    padding: 0 15px;
    padding-left: 0;
    color: #003d6a
}

footer.page-footer .footer_menu li a:hover {
    color: #66a8d8
}

@media only screen and (min-width:993px) {
    footer.page-footer .footer_menu li a {
        padding-right: 30px
    }
}

footer.page-footer .same-height-col:last-child {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media only screen and (min-width:993px) {
    footer.page-footer .same-height-col>.l4 {
        text-align: right
    }
}

.owl-carousel .owl-item .content-img,.owl-carousel .owl-item .parallax img {
    width: auto
}

.owl-carousel.banner-slider {
    color: #fff;
    text-align: center
}

.owl-carousel.banner-slider .owl-item .content-img {
    max-width: 140px;
    height: auto;
    display: block;
    margin: 0 auto
}

@media only screen and (max-width:600px) {
    .owl-carousel.banner-slider .owl-item .content-img {
        max-width: 100px
    }
}

.owl-carousel.banner-slider .parallax-container {
    min-height: 100vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.banner.small .parallax-container,.owl-carousel.banner-slider .parallax-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.banner.small .parallax-container {
    min-height: 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #fff
}

.component {
    position: relative;
    margin: 1rem 0;
    height: auto;
    background: none
}

@media only screen and (max-width:600px) {
    .component {
        height: auto;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        margin: 0
    }
}

.csstransforms .cn-wrapper {
    position: relative;
    z-index: 10;
    width: 40em;
    height: 40em;
    border-radius: 50%;
    background: transparent;
    opacity: 0;
    -webkit-transition: all .3s ease .3s;
    transition: all .3s ease .3s;
    -webkit-transform: scale(.1);
    -ms-transform: scale(.1);
    transform: scale(.1);
    pointer-events: none;
    overflow: hidden;
    margin: 0 auto
}

.csstransforms .cn-wrapper ul {
    position: relative;
    margin: 0;
    margin-left: -10px
}

.csstransforms .cn-wrapper li {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    margin-top: -1.2em;
    margin-left: -10em;
    width: 10em;
    height: 10em;
    font-size: 2.2em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(76deg) skew(60deg);
    -ms-transform: rotate(76deg) skew(60deg);
    transform: rotate(76deg) skew(60deg);
    -webkit-transform-origin: 102% 102%;
    -ms-transform-origin: 102% 102%;
    transform-origin: 102% 102%;
    pointer-events: auto
}

.csstransforms .cn-wrapper li .slice {
    position: fixed;
    position: absolute;
    right: -7.25em;
    bottom: -7.25em;
    display: block;
    width: 14.5em;
    height: 14.5em;
    border-radius: 50%;
    background: #66a8d8;
    background: -webkit-radial-gradient(transparent 30%,rgba(195,223,244,.5) 0);
    background: radial-gradient(transparent 30%,rgba(195,223,244,.5) 0);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 2;
    -webkit-transform: skew(-45deg) rotate(-60deg) scale(1);
    -ms-transform: skew(-45deg) rotate(-60deg) scale(1);
    transform: skew(-45deg) rotate(-60deg) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none
}

.csstransforms .cn-wrapper li .slice>span {
    position: relative;
    top: 1.8em;
    left: -2em;
    max-width: 8rem;
    min-height: 8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
    font-size: .35em;
    line-height: 1.5em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 auto
}

.csstransforms .cn-wrapper li .slice>span h6,.csstransforms .cn-wrapper li .slice>span p {
    margin-top: 0;
    font-size: 1.1rem;
    margin-bottom: 5px
}

.csstransforms .cn-wrapper li .slice>span h3,.csstransforms .cn-wrapper li .slice>span h4,.csstransforms .cn-wrapper li .slice>span h5 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 2.4rem
}

.csstransforms .cn-wrapper li:active .slice,.csstransforms .cn-wrapper li:focus .slice,.csstransforms .cn-wrapper li:hover .slice {
    background: #00111e;
    background: -webkit-radial-gradient(transparent 30%,rgba(0,17,30,.5) 0);
    background: radial-gradient(transparent 30%,rgba(0,17,30,.5) 0)
}

.csstransforms .cn-wrapper:after {
    content: ".";
    display: block;
    font-size: 2em;
    width: 6.2em;
    height: 6.2em;
    position: absolute;
    left: 50%;
    margin-left: -3.1em;
    top: 50%;
    margin-top: -3.1em;
    border-radius: 50%;
    z-index: 10;
    color: transparent
}

.csstransforms .opened-nav {
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.csstransforms .opened-nav li {
    -webkit-transition: all .7s ease .4s;
    transition: all .7s ease .4s
}

.csstransforms .opened-nav li:first-child {
    -webkit-transform: rotate(-90deg) skew(45deg);
    -ms-transform: rotate(-90deg) skew(45deg);
    transform: rotate(-90deg) skew(45deg)
}

.csstransforms .opened-nav li:first-child .slice>span {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.csstransforms .opened-nav li:nth-child(2) {
    -webkit-transform: rotate(-45deg) skew(45deg);
    -ms-transform: rotate(-45deg) skew(45deg);
    transform: rotate(-45deg) skew(45deg)
}

.csstransforms .opened-nav li:nth-child(2) .slice>span {
    -webkit-transform: rotate(105deg);
    -ms-transform: rotate(105deg);
    transform: rotate(105deg)
}

.csstransforms .opened-nav li:nth-child(3) {
    -webkit-transform: rotate(0deg) skew(45deg);
    -ms-transform: rotate(0deg) skew(45deg);
    transform: rotate(0deg) skew(45deg)
}

.csstransforms .opened-nav li:nth-child(3) .slice>span {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.csstransforms .opened-nav li:nth-child(4) {
    -webkit-transform: rotate(45deg) skew(45deg);
    -ms-transform: rotate(45deg) skew(45deg);
    transform: rotate(45deg) skew(45deg)
}

.csstransforms .opened-nav li:nth-child(4) .slice>span {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg)
}

.csstransforms .opened-nav li:nth-child(5) {
    -webkit-transform: rotate(90deg) skew(45deg);
    -ms-transform: rotate(90deg) skew(45deg);
    transform: rotate(90deg) skew(45deg)
}

.csstransforms .opened-nav li:nth-child(5) .slice>span {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.csstransforms .opened-nav li:nth-child(6) {
    -webkit-transform: rotate(135deg) skew(45deg);
    -ms-transform: rotate(135deg) skew(45deg);
    transform: rotate(135deg) skew(45deg)
}

.csstransforms .opened-nav li:nth-child(6) .slice>span {
    -webkit-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg)
}

.csstransforms .opened-nav li:nth-child(7) {
    -webkit-transform: rotate(180deg) skew(45deg);
    -ms-transform: rotate(180deg) skew(45deg);
    transform: rotate(180deg) skew(45deg)
}

.csstransforms .opened-nav li:nth-child(7) .slice>span {
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg)
}

.csstransforms .opened-nav li:nth-child(8) {
    -webkit-transform: rotate(225deg) skew(45deg);
    -ms-transform: rotate(225deg) skew(45deg);
    transform: rotate(225deg) skew(45deg)
}

.csstransforms .opened-nav li:nth-child(8) .slice>span {
    -webkit-transform: rotate(-165deg);
    -ms-transform: rotate(-165deg);
    transform: rotate(-165deg)
}

.csstransforms .corp-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#cn-button {
    display: none
}

.no-csstransforms .cn-wrapper {
    overflow: hidden;
    text-align: center
}

.no-csstransforms .cn-wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.no-csstransforms .cn-wrapper li {
    width: 30%;
    height: auto;
    background-color: hsla(0,0%,100%,.75);
    text-align: center;
    padding: 20px;
    margin: 5px;
    border-radius: 5px
}

.no-csstransforms .cn-wrapper li a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none
}

.no-csstransforms .cn-wrapper li p {
    margin-top: 5px
}

.no-csstransforms .cn-button {
    display: none
}

.no-csstransforms .corp-logo {
    margin-bottom: 40px
}

.corp-logo img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 10em;
    height: 10em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.defs-only {
    position: absolute;
    height: 0;
    width: 0;
    overflow: none;
    left: -100%
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0,61,106,.6);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.video-bg .filter-fallback {
    display: none
}

.video-bg #video-container {
    width: 100%;
    height: 100%
}

.video-bg .video-poster {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%
}

.sr .wow {
    visibility: hidden
}

.mobile-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    overflow: auto;
    background-color: #fff;
    color: #003d6a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-nav-wrapper .mobile-nav {
    text-align: center;
    width: 100%
}

.mobile-nav-wrapper .mobile-nav li {
    display: block;
    float: none;
    height: auto;
    line-height: 1.5;
    margin: 10px 0
}

.mobile-nav-wrapper .mobile-nav li a {
    color: #003d6a;
    font-size: 2rem;
    padding: 10px 0
}

@media only screen and (min-width:993px) {
    .mobile-nav-wrapper {
        display: none
    }
}

.mobile-nav-wrapper .nav-close {
    color: #003d6a;
    text-align: center;
    display: block
}

.mobile-nav-wrapper .nav-close i {
    font-size: 3rem!important
}

.mobile-nav-wrapper .nav-header {
    width: 100%
}

.open-nav {
    overflow: hidden
}

.open-nav .mobile-nav-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-bg {
    background: #fff;
    opacity: 1
}

.mfp-container {
    padding: 80px .75rem;
    padding-top: 120px
}

@media only screen and (max-width:600px) {
    .mfp-container {
        padding-top: 80px
    }
}

.mfp-close {
    top: 40px;
    left: 50%;
    margin-left: -22px;
    color: #003d6a;
    font-size: 3rem;
    opacity: 1
}

.mfp-close:active {
    top: 40px
}

@media only screen and (max-width:600px) {
    .mfp-close,.mfp-close:active {
        top: 20px
    }
}

.mfp-content {
    margin-bottom: 40px
}

@media only screen and (max-width:600px) {
    .mfp-content {
        margin-bottom: 20px
    }
}

.project-popup {
    text-align: center
}

.project-popup .title {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 5px
}

.project-popup .subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    margin-top: 0
}

.project-popup .project-slider {
    margin-top: 40px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.project-popup .project-slider .slide img {
    max-width: 100%;
    max-height: 70vh;
    width: auto!important;
    height: auto!important;
    margin: 0 auto
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px
}

.owl-theme .owl-dots .owl-dot span {
    background: #c3dff4
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #66a8d8
}

.project-slider .slide:before {
    content: "Loading...";
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #c3dff4;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.project-slider.owl-hidden {
    opacity: 1
}

.project-slider.owl-hidden .owl-height {
    height: auto!important
}

.project-slider.owl-hidden .slide {
    opacity: 1;
    position: relative;
    min-height: 200px;
    min-height: 40vh
}

.project-slider.owl-hidden .slide:before {
    opacity: 1;
    visibility: visible
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .95
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-close {
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-close {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-close {
    opacity: 0
}

@-webkit-keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,60px,0) scale(.9);
        transform: translate3d(0,60px,0) scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }
}

@keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,60px,0) scale(.9);
        transform: translate3d(0,60px,0) scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }
}

.fadeInUpSmall {
    -webkit-animation-name: a;
    animation-name: a
}

section.error-404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #003d6a;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0
}

.error404 footer.page-footer {
    margin-top: 0
}

.single-projects .site-main {
    padding-top: 60px
}

.other-projects {
    margin-top: 40px
}

.other-projects .projects-grid .grid-item .project-item {
    height: 250px
}

.other-projects .projects-grid .grid-item .project-item .description {
    padding: 15px;
    text-align: left
}

.other-projects .projects-grid .grid-item .project-item .description .content {
    padding-right: 20px
}

.other-projects .projects-grid .grid-item .project-item .description .content .title {
    font-size: 1.1rem;
    margin-bottom: 0
}

.other-projects .projects-grid .grid-item .project-item .description .content .subtitle {
    font-size: .9rem
}

.other-projects .projects-grid .grid-item .project-item .description i {
    font-size: 1.3rem;
    right: 10px
}

@media only screen and (max-width:600px) {
    .other-projects .projects-grid .grid-item .project-item {
        height: 180px!important
    }
}

.fl-row-fixed-width {
    max-width: 1280px;
    width: 90%
}

.no-cssfilters .projects-grid .grid-item .project-item .description {
    background-color: rgba(0,61,106,.5)
}

.is-ie .main-section {
    height: 100vh;
    min-height: 500px
}

.attribution {
    background-color: #003d6a;
    color: #c3dff4;
    padding: 5px 15px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: -20px;
    font-size: 11px
}

.values-section img {
    width: 100px
}